home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Science⁄Math
/
Gnuplot 3.5 for Macintosh
/
SOURCES 3.5
/
specfun.proto.h
< prev
next >
Wrap
Text File
|
1993-11-12
|
310b
|
16 lines
/* specfun.c */
int f_erf(void);
int f_erfc(void);
int f_ibeta(void);
int f_igamma(void);
int f_gamma(void);
int f_lgamma(void);
int f_rand(void);
int f_rand(void);
int f_normal(void);
int f_inverse_normal(void);
int f_inverse_erf(void);
double inverse_normal_func(double);
double inverse_error_func(double);